Eclipse JDT
Pre-release 3.0

Uses of Interface
org.eclipse.jdt.core.jdom.IDOMType

Packages that use IDOMType
org.eclipse.jdt.core.jdom Provides a support for java document manipulation through the JDOM model. 
 

Uses of IDOMType in org.eclipse.jdt.core.jdom
 

Methods in org.eclipse.jdt.core.jdom that return IDOMType
 IDOMType IDOMFactory.createType()
          Creates a default type document fragment.
 IDOMType IDOMFactory.createClass()
          Creates a default type document fragment.
 IDOMType IDOMFactory.createInterface()
          Creates a default type document fragment.
 IDOMType IDOMFactory.createType(String sourceCode)
          Creates a type document fragment on the given source code.
 IDOMType DOMFactory.createType()
           
 IDOMType DOMFactory.createClass()
           
 IDOMType DOMFactory.createInterface()
           
 IDOMType DOMFactory.createType(String sourceCode)
           
 


Eclipse JDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.